Provides data about a wrapped method in a <see cref="T:Sandbox.CodeGeneratorAttribute" /> callback.
Attributes |
An array of all attributes decorated with Sandbox.CodeGeneratorAttribute on the original method.
|
IsStatic |
Is this a static method?
|
MethodIdentity |
The Identity of the original method. This is an integer that each MethodDescription has to distinguish itself from other methods of the same class.
|
MethodName |
The name of the original method. If static, will return the full name including the type.
|
Object |
The object whose method is being wrapped. This will be null if we're wrapping a static method.
|
Resume |
Invoke the original method.
|
TypeName |
The name of the type that the method belongs to.
|